-
Notifications
You must be signed in to change notification settings - Fork 101
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Validation for timeframes.txt #1518
Conversation
@isabelle-dr wanted to call this PR out, in case you wanted to use it for |
✅ Rule acceptance tests passed. |
✅ Rule acceptance tests passed. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Per discussion in #1494, this PR adds support for validation of time-variable fares via
timeframes.txt
.It specifically adds the following:
timeframes.txt
start_time
andend_time
: both must be present or not, neither greater than24:00:00
.service_id
reference.Please make sure these boxes are checked before submitting your pull request - thanks!
gradle test
to make sure you didn't break anything